Skip to content

Terse debugging with data-bind-debug#515

Open
g105b wants to merge 5 commits intomasterfrom
419-terse-debugging
Open

Terse debugging with data-bind-debug#515
g105b wants to merge 5 commits intomasterfrom
419-terse-debugging

Conversation

@g105b
Copy link
Copy Markdown
Member

@g105b g105b commented Apr 9, 2026

This pull request introduces a new feature that enhances debugging capabilities by using data-bind-debug.

Closes #419

Example:

<p data-bind-debug>Hello, <span data-bind:text="name">you</span>!</p>
$binder->bindKeyValue("name", "Cody");

Output:

<p>Hello, <span data-bind-debug="name=page/index.php:8">Cody</span>!</p>

@g105b
Copy link
Copy Markdown
Member Author

g105b commented Apr 9, 2026

I need to give this a test in a big project before signing off.

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 9, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 38 complexity · 0 duplication

Metric Results
Complexity 38
Duplication 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@g105b
Copy link
Copy Markdown
Member Author

g105b commented Apr 10, 2026

I need to clarify that list binding, and inner-component binding is handled by the debugger.

@g105b g105b linked an issue Apr 10, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debugging: Leave a breadcrub when something is bound Terse debugging

1 participant